home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
source2
/
main.dfm
/
main.txt
Wrap
Text File
|
1995-12-22
|
531b
|
31 lines
object Form1: TForm1
Left = 357
Top = 216
Width = 232
Height = 273
Caption = 'ChromaChron'
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
OnResize = FormResize
TextHeight = 16
object Pb: TPaintBox
Left = 0
Top = 0
Width = 224
Height = 246
Align = alClient
Color = clBlack
ParentColor = False
OnPaint = PbPaint
end
object Timer1: TTimer
Interval = 50000
OnTimer = PbPaint
Left = 16
Top = 56
end
end